home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / apidev / sc3x04.exe / SC3X04.TXT < prev    next >
Text File  |  1993-09-17  |  5KB  |  109 lines

  1.  
  2.               NOVELL TECHNICAL INFORMATION DOCUMENT
  3.  
  4. TITLE:              Several NetWare 3.x System Calls
  5. DOCUMENT ID:        TID000064
  6. DOCUMENT REVISION:  A
  7. DATE:               12AUG93
  8. ALERT STATUS:       Yellow
  9. INFORMATION TYPE:   Symptom Solution
  10. README FOR:         SC3X04.EXE
  11.  
  12. NOVELL PRODUCT and VERSION:
  13. NetWare System Calls 1.0
  14.  
  15. ABSTRACT:
  16. This file contains the source code for several NetWare 3.x system calls. 
  17. The examples are all written in C, and illustrate making NetWare System
  18. Calls using the F2 Interface.  As more calls are available, they will be
  19. added to this ZIP file, and the name will reflect a newer version.  For
  20. example, the next version will be named 'SC3X05.ZIP'.
  21. _________________________________________________________________
  22.  
  23. DISCLAIMER
  24. THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO NOVELL. 
  25. NOVELL MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY THIS INFORMATION. 
  26. HOWEVER, THE INFORMATION PROVIDED IN THIS DOCUMENT IS FOR YOUR INFORMATION
  27. ONLY.  NOVELL MAKES NO EXPLICIT OR IMPLIED CLAIMS TO THE VALIDITY OF THIS
  28. INFORMATION.
  29. _________________________________________________________________
  30.  
  31. Self-Extracting File Name:  SC3X04.EXE
  32.  
  33. Files Included     Size     Date        Time
  34.  
  35. CONNINFO.C        3670 05-25-93   8:56a
  36. CONNINFO.DOC      1102 05-25-93   9:00a
  37. ADDTRUST.C        6510 04-09-93   2:32p
  38. CONNNUM.C         2869 06-10-93   9:57a
  39. ADDTRUST.DOC      1168 04-19-93   8:50a
  40. CONNOPEN.C       10696 10-09-92   2:44p
  41. NWSYS.C           3338 04-26-93   8:25a
  42. NWSYS.H            508 08-18-92   3:11a
  43. SETDDSR.C         4001 05-25-93   9:27a
  44. SETDDSR.DOC        782 05-25-93   9:33a
  45. CONNOPEN.DOC      3055 10-09-92   4:04p
  46. GETLOCK.C         5666 08-02-93   3:51p
  47. VOLRES.C          6688 06-02-93   3:56p
  48. VOLRES.DOC         732 06-02-93   4:08p
  49. CONVPATH.DOC       917 10-09-92   4:08p
  50. CUSEFILE.C        6213 04-23-93   2:49p
  51. CUSEFILE.DOC      3176 10-09-92   4:05p
  52. GETNETSN.C        2735 08-05-93   9:33a
  53. GETDRENT.DOC      1402 10-09-92   4:06p
  54. GETLOCK.DOC       1672 08-02-93   4:12p
  55. CLRCONN.DOC        506 08-06-93   2:32p
  56. GETFSINF.C        3847 04-09-93   2:37p
  57. GETFSINF.DOC      1941 04-19-93   8:33a
  58. GETOBDSK.C        4990 09-03-92   3:36p
  59. GETOBDSK.DOC      1055 10-09-92   4:03p
  60. MAPPATH.DOC       1207 10-09-92   4:06p
  61. OBFSDINF.C        4565 04-19-93   9:36a
  62. GETNETSN.DOC       719 08-05-93   9:39a
  63. OBFSDINF.DOC      1876 04-19-93  10:20a
  64. CLRCONN.C         2720 08-06-93  12:19p
  65. SCTRPATH.C        6868 04-09-93   2:37p
  66. SCTRPATH.DOC      1347 04-19-93   8:47a
  67. SCTRUST.C         4485 04-09-93   2:32p
  68. SCTRUST.DOC       1379 04-19-93   8:52a
  69. SEMAINFO.C        4768 10-08-92   9:58a
  70. SEMAINFO.DOC      1663 10-09-92   4:07p
  71. VOLNAME.DOC       1044 10-09-92   4:07p
  72. SC3X04.TXT        (This File)
  73.  
  74.  
  75.                       Same System Calls for NetWare 3.x
  76.                              Last Update: 08/12/93
  77.  
  78.  
  79. This readme file accompanies some example source which shows how to make
  80. 3.x system calls for NetWare.  These calls are considered to be in a
  81. pre-release state.  One additional note, incompatabilities have been found
  82. when these calls are used with older NetWare Shells and/or older versions
  83. of IPX.  Please make sure you are using at least the 3.26 NetWare shell as
  84. well as version 3.10 of dedicated IPX or version 1.20 of IPX ODI. 
  85. Currently, the following files are included in this zip:
  86.  
  87. SC3X04.TXT   -   This file
  88. NWSYS.C      -   Some helper routines (F2 interface)
  89. NWSYS.H      -   Header file with prototypes for helper APIs
  90. CONNOPEN.C   -   Example of GetOpenFilesByConnection
  91. SEMAINFO.C   -   Example of GetSemaphoreInformation
  92. GETOBDSK.C   -   Example of GetObjectDiskUsageAndRestriction
  93. CUSEFILE.C   -   Example of GetConnectionsUsingFile
  94. ADDTRUST.C   -   Example of SetTrustee
  95. GETFSINF.C   -   Example of GetFileServerInformation
  96. OBFSDINF.C   -   Example to get a file's creator name space
  97. SCTRPATH.C   -   Example of ScanBinderyObjectTrusteePaths
  98. SCTRUST.C    -   Example of ScanEntryForTrustees
  99. CONNINFO.C   -   Example of GetConnectionInformation
  100. SETDDSR.C    -   Example of SetDirectoryDiskSpaceRestriction
  101. VOLRES.C     -   Example to add a user disk space restriction
  102. CONNNUM.C    -   Example to get a two-byte connection number
  103. GETLOCK.C    -   Example of GetPhysicalRecordLocksByFile
  104. GETNETSN.C   -   Example of GetNetworkSerialNumber
  105. CLRCONN.C    -   Example of ClearConnectionNumber
  106. *.DOC        -   Documentation of all calls included in the
  107.                  examples.
  108.  
  109.